home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
dev
/
lang
/
Python16.lha
/
Python-1.6
/
Lib
/
Python1.6
/
distutils
/
__init__.py
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2000-08-15
|
268 b
|
14 lines
"""distutils
The main package for the Python Module Distribtion Utilities. Normally
used from a setup script as
from distutils.core import setup
setup (...)
"""
__revision__ = "$Id: __init__.py,v 1.10 2000/08/15 13:14:27 gward Exp $"
__version__ = "0.9.1"